Connector file properties
For QlikView to recognize an exe file as Connector, the files version-information resource should include the property "QlikView Connector". Its value is used as a Connector display name and has to be specified.
There are a few ways to set file version information, for example:
- Version information can be defined in a resource file for a C++ program. Search for "VERSIONINFO Resource" to read more about this.
- Using third party tools,for example, Version Resource Tool
- http://www.codeproject.com/KB/install/VerPatch.aspx.